+2005-10-12 Stefan Kost <ensonic@users.sf.net>
+
+ * demos/gtk-demo/appwindow.c: (about_cb):
+ use PACKAGE_VERSION,bump year (#318654)
+
2005-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off
+2005-10-12 Stefan Kost <ensonic@users.sf.net>
+
+ * demos/gtk-demo/appwindow.c: (about_cb):
+ use PACKAGE_VERSION,bump year (#318654)
+
2005-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off
*/
#include <gtk/gtk.h>
+#include "config.h"
#include "demo-common.h"
static GtkWidget *window = NULL;
gtk_about_dialog_set_url_hook (activate_url, NULL, NULL);
gtk_show_about_dialog (GTK_WINDOW (window),
"name", "GTK+ Code Demos",
- "version", "2.4.3",
- "copyright", "(C) 1997-2004 The GTK+ Team",
+ "version", PACKAGE_VERSION,
+ "copyright", "(C) 1997-2005 The GTK+ Team",
"license", license,
"website", "http://www.gtk.org",
"comments", "Program to demonstrate GTK+ functions.",